<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 190px;
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
}
header .header-top {
  background: url(../images/header-bg.jpg) no-repeat;
  background-size: cover;
  background-color: #fff;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
header nav {
  background-color: #116ebb;
}
header .logo {
  width: 344px;
}
header .logo img {
  transition: all 0.5s;
}
header .tel {
  display: flex;
  align-items: center;
}
header .tel .icon {
  margin-right: 11px;
}
header .tel .text {
  line-height: 1.4;
}
header .tel .text h5 {
  font-size: 12px;
  color: #2e3033;
}
header .tel .text h4 {
  font-size: 16px;
  color: #116ebb;
  font-weight: 700;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 18px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
header .lv1 &gt; li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 70px;
  transition: all 0.5s;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .lv1 &gt; li:last-child {
  border-right: 0;
}
header .lv1 &gt; li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
header .lv1 &gt; li:hover {
  border-right-color: transparent;
  transform: translateZ(5px);
  box-shadow: 0 0 5px #081a3b;
  background-color: #116ebb;
}
header .lv1 &gt; li:hover::after {
  width: 100%;
}
header .lv1 &gt; li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 &gt; .active a {
  font-weight: 700;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 &gt; li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 &gt; li a {
  font-size: 16px;
  color: #fff;
}
header .lv2 &gt; li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
.index-header .header-top {
  background: #fff;
}
.box {
  width: 100%;
  text-align: center;
  margin: 7.3171% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination &gt; li a {
  display: block;
  font-size: 16px;
  padding: 0 12px;
  line-height: 32px;
  background-color: #f5f6f7;
  margin: 5px;
  color: #939394;
  transition: all 0.5s;
  border: 1px solid #d9def0;
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #116ebb;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #116ebb;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 140px;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 5px;
  border-radius: 0;
}
.index-title h3 {
  font-size: 34px;
  color: #303134;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-title h3 span {
  color: #116ebb;
}
.index-title h3::before,
.index-title h3::after {
  display: block;
  content: "";
  background: url(../images/index-title-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  flex: 1;
  height: 22px;
  margin-right: 1.29412em;
}
.index-title h3::after {
  margin-left: 1.29412em;
  margin-right: 0;
  transform: rotate(180deg);
}
.index-title-light h3 {
  color: #fff;
}
.index-title-light h3 span {
  color: #fff;
}
.index-title-light h3::before,
.index-title-light h3::after {
  filter: contrast(0) brightness(200%);
}
.index-more {
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: #116ebb;
  line-height: 2.4286;
  width: 8em;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #116ebb;
  transition: all 0.5s;
}
.index-more:hover {
  transform: translateY(-3px);
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.375% 0 3.33333%;
}
.index-about .index-title {
  margin-bottom: 4.25%;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 52.58333%;
}
.index-about .wrapper .lt .title {
  font-size: 24px;
  color: #116ebb;
  font-weight: 700;
  margin-bottom: 0.29167em;
}
.index-about .wrapper .lt .brief {
  font-size: 16px;
  color: #4d4f52;
  line-height: 1.875;
}
.index-about .wrapper .lt .index-more {
  margin-top: 7.61%;
}
.index-about .wrapper .lt .index-more:hover {
  transform: translateY(-3px);
}
.index-about .wrapper .rt {
  width: 41%;
}
.index-about .wrapper .rt .pic {
  position: relative;
  background-color: #116ebb;
  width: 100%;
  height: 0;
  padding-bottom: 73.577236%;
}
.index-about .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-18px, 19px);
}
.swiper-btn {
  display: flex;
}
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 52px;
  line-height: 28px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.swiper-btn .swiper-button-prev::after,
.swiper-btn .swiper-button-next::after {
  font-size: 14px;
  color: #116ebb;
}
.swiper-btn .swiper-button-disabled {
  background-color: transparent;
  opacity: 1;
}
.swiper-btn .swiper-button-disabled::after {
  color: #fff;
}
.digital-adv {
  background: url(../images/index-digital-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.270833% 0 3.8541667%;
}
.digital-adv .index-title {
  margin-bottom: 9%;
}
.digital-adv .swiper .swiper-slide {
  transition: all 0.5s;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 24px 14px 14px 19px;
  height: auto;
}
.digital-adv .swiper .swiper-slide h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--Din);
  color: #fff;
  line-height: 1.6;
}
.digital-adv .swiper .swiper-slide h2 span {
  font-size: 44px;
}
.digital-adv .swiper .swiper-slide h5 {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.digital-adv .swiper .swiper-slide:hover {
  background-color: rgba(255, 255, 255, 0.26);
}
.digital-adv .swiper-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 9.16667%;
}
.digital-adv .swiper-btn-wrapper .swiper-btn .swiper-button-prev,
.digital-adv .swiper-btn-wrapper .swiper-btn .swiper-button-next {
  margin-right: 20px;
}
.digital-adv .swiper-btn-wrapper .swiper-btn .swiper-button-next {
  margin-right: 0;
}
.digital-adv .swiper-btn-wrapper .swiper-pagination {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  height: 2px;
  margin-left: 6.6667%;
}
.digital-adv .swiper-btn-wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.index-serv {
  margin: 4.270833% 0 5.20833%;
}
.index-serv .index-title {
  margin-bottom: 2.8333%;
}
.index-serv .swiper {
  position: relative;
  box-shadow: 0 0 24px rgba(8, 26, 59, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.index-serv .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.index-serv .swiper .swiper-slide .lt {
  width: 50%;
}
.index-serv .swiper .swiper-slide .lt .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-serv .swiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-serv .swiper .swiper-slide .lt .pic:hover img {
  transform: scale(1.05);
}
.index-serv .swiper .swiper-slide .rt {
  width: 50%;
  padding: 4.0833% 3.3333% 90px 4.5%;
}
.index-serv .swiper .swiper-slide .rt .title {
  line-height: 1.6;
  font-size: 24px;
  color: #116ebb;
  font-weight: 700;
  margin-bottom: 0.6667em;
}
.index-serv .swiper .swiper-slide .rt .brief {
  font-size: 16px;
  line-height: 1.875;
  color: #4d4f52;
  margin-bottom: 9.881423%;
  height: 5.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-serv .swiper .swiper-slide .rt .tel {
  font-size: 18px;
  color: #116ebb;
  line-height: 1.875;
  margin-bottom: 10.87%;
}
.index-serv .swiper .swiper-slide .rt .tel span {
  font-weight: 700;
}
.index-serv .swiper .swiper-btn {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
}
.index-serv .swiper .swiper-btn .swiper-button-prev,
.index-serv .swiper .swiper-btn .swiper-button-next {
  background-color: #116ebb;
  border-color: #116ebb;
}
.index-serv .swiper .swiper-btn .swiper-button-prev::after,
.index-serv .swiper .swiper-btn .swiper-button-next::after {
  color: #fff;
}
.index-serv .swiper .swiper-btn .swiper-button-prev {
  border-radius: 4px 0 0 4px;
}
.index-serv .swiper .swiper-btn .swiper-button-next {
  border-radius: 0 4px 4px 0;
}
.index-serv .swiper .swiper-btn .swiper-button-disabled {
  background-color: #fff;
}
.index-serv .swiper .swiper-btn .swiper-button-disabled::after {
  color: #116ebb;
}
.index-company-adv {
  background: url(../images/index-company-adv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.270833% 0 2.604167%;
}
.index-company-adv .index-title {
  margin-bottom: 4.33333%;
}
.index-company-adv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-company-adv .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 48.3333%;
  margin-bottom: 3.33333%;
  display: flex;
  border-radius: 8px;
}
.index-company-adv .wrapper .block .lt {
  width: 35.68966%;
}
.index-company-adv .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-company-adv .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-company-adv .wrapper .block .rt {
  flex: 1;
  background-color: #fff;
  position: relative;
  padding: 3.276% 3.4483% 3.6207% 0;
}
.index-company-adv .wrapper .block .rt .title {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 0.4em;
}
.index-company-adv .wrapper .block .rt .title h3 {
  color: #116ebb;
  font-weight: 700;
  flex: 1;
}
.index-company-adv .wrapper .block .rt .title .icon {
  width: 27px;
  height: 27px;
  margin-left: 0.5em;
}
.index-company-adv .wrapper .block .rt .title .icon img {
  max-height: 100%;
  vertical-align: baseline;
}
.index-company-adv .wrapper .block .rt .brief {
  font-size: 14px;
  color: #7a7d82;
  line-height: 1.57;
}
.index-company-adv .wrapper .block .rt .bg {
  position: absolute;
  display: block;
  height: 100%;
  left: 1px;
  top: 0;
  transform: translate(-100%, 0);
}
.index-company-adv .wrapper .block .rt .bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.index-case {
  margin: 4.270833% 0 4.01041667%;
}
.index-case .index-title {
  margin-bottom: 4.5%;
}
.index-case .swiper .swiper-slide {
  width: 58.3333333%;
  filter: blur(3.9px);
}
.index-case .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 4px;
}
.index-case .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-case .swiper .swiper-slide .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 1;
  background-color: rgba(17, 110, 187, 0.3);
  padding: 8.2857143% 7.857143% 5% 8.7143%;
  opacity: 0;
}
.index-case .swiper .swiper-slide .pic .text {
  overflow: auto;
  max-height: 100%;
  padding-right: 6px;
}
.index-case .swiper .swiper-slide .pic .text .title {
  font-size: 24px;
  color: #116ebb;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5417em;
}
.index-case .swiper .swiper-slide .pic .text .brief {
  font-size: 18px;
  color: #fff;
  line-height: 1.6667;
}
.index-case .swiper .swiper-slide .pic .text::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-case .swiper .swiper-slide .pic .text::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-case .swiper .swiper-slide .pic .text::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #fff;
}
.index-case .swiper .swiper-slide-active {
  filter: blur(0);
}
.index-case .swiper .swiper-slide-active .pic .mask {
  opacity: 1;
}
.index-case .swiper-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}
.index-case .swiper-btn-wrapper .swiper-btn {
  align-items: center;
}
.index-case .swiper-btn-wrapper .swiper-btn .swiper-button-prev,
.index-case .swiper-btn-wrapper .swiper-btn .swiper-button-next {
  border: 1px solid #116ebb;
  background-color: #116ebb;
}
.index-case .swiper-btn-wrapper .swiper-btn .swiper-button-prev::after,
.index-case .swiper-btn-wrapper .swiper-btn .swiper-button-next::after {
  color: #fff;
}
.index-case .swiper-btn-wrapper .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0 70px;
  bottom: auto;
  line-height: 0;
}
.index-case .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 3px;
  border-radius: 1.5px;
  margin: 0 3px;
  background-color: #116ebb;
}
.index-case .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
}
.index-news {
  background: url(../images/index-news-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.270833% 0 2.96875%;
}
.index-news .index-title {
  margin-bottom: 4.33333%;
}
.index-news .newsSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .newsSwiper .swiper-slide .lt {
  position: relative;
  width: 48.333333%;
}
.index-news .newsSwiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 0;
  padding-bottom: 63.7931%;
}
.index-news .newsSwiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .newsSwiper .swiper-slide .lt .pic:hover img {
  transform: scale(1.05);
}
.index-news .newsSwiper .swiper-slide .lt .date {
  position: absolute;
  right: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #116ebb;
  font-family: var(--Din);
  z-index: 1;
  transform: translate(50%, -50%);
}
.index-news .newsSwiper .swiper-slide .lt .date h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.index-news .newsSwiper .swiper-slide .lt .date h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.index-news .newsSwiper .swiper-slide .lt .date::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  z-index: -1;
  transform: rotate(45deg);
}
.index-news .newsSwiper .swiper-slide .rt {
  width: 45.166667%;
}
.index-news .newsSwiper .swiper-slide .rt h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.8333em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .newsSwiper .swiper-slide .rt h3 a {
  color: inherit;
}
.index-news .newsSwiper .swiper-slide .rt p {
  font-size: 16px;
  color: #fff;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .newsSwiper .swiper-slide .rt p a {
  color: inherit;
}
.index-news .newsSwiper .swiper-slide .rt .index-more {
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff;
  border-color: #116ebb;
  color: #116ebb !important;
  margin-top: 18.4502%;
}
.index-news .thumbSwiper {
  padding-top: 3%;
  margin-top: 3.25%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-news .thumbSwiper .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-news .thumbSwiper .swiper-slide .date {
  width: 80px;
  height: 80px;
  font-family: var(--Din);
  color: #116ebb;
  background-color: rgba(255, 255, 255, 0.61);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s;
}
.index-news .thumbSwiper .swiper-slide .date h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.index-news .thumbSwiper .swiper-slide .date h5 {
  font-size: 12px;
  line-height: 1.8;
}
.index-news .thumbSwiper .swiper-slide .title {
  flex: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6667;
  margin-left: 0.88889em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .thumbSwiper .swiper-slide-thumb-active .date {
  background-color: #fff;
}
.index-link {
  margin: 4.270833% 0 4.114583%;
}
.index-link .index-title {
  margin-bottom: 3.83333%;
}
.index-link .swiper .swiper-slide {
  width: auto;
  height: 100px;
  display: flex;
  align-items: center;
}
.index-link .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-link .swiper .swiper-slide img {
  max-height: 100%;
}
.index-link .swiper-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 5.416667%;
}
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-prev,
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-next {
  margin-right: 20px;
  background-color: #116ebb;
  border-color: #116ebb;
}
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-prev::after,
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-next::after {
  color: #fff;
}
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-next {
  margin-right: 0;
}
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-disabled {
  background-color: #fff;
}
.index-link .swiper-btn-wrapper .swiper-btn .swiper-button-disabled::after {
  color: #116ebb;
}
.index-link .swiper-btn-wrapper .swiper-pagination {
  position: relative;
  background-color: rgba(15, 60, 143, 0.3);
  height: 2px;
  margin-left: 6.6667%;
}
.index-link .swiper-btn-wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #116ebb;
}
footer {
  background-color: #116ebb;
  padding: 3.3854167% 0 0;
}
footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-top .logo {
  filter: contrast(0) brightness(200%);
  width: 344px;
}
footer .footer-top ul {
  margin-top: 2.5%;
  display: flex;
  justify-content: center;
}
footer .footer-top ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-right: 3.333333em;
}
footer .footer-top ul li:last-child {
  margin-right: 0;
}
footer .footer-top ul li a {
  color: inherit;
}
footer .footer-top ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 3.75%;
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .footer-bt p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6667;
  padding: 1% 0 1.5833%;
}
footer .footer-bt p a {
  color: inherit;
}
footer .footer-bt p a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 160px;
}
.inner-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .banner-text {
  text-align: center;
}
.inner-banner .banner-text h2 {
  font-size: 47px;
  color: #fff;
  font-weight: 900;
  font-family: var(--Noto-Serif-SC);
  margin-bottom: 3.08333%;
}
.inner-banner .banner-text h2 span {
  font-size: 34px;
}
.inner-banner .banner-text h5 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 2.1;
  padding: 0 4.2em;
  background-color: rgba(171, 191, 208, 0.5);
  border-radius: 1.6em 4px 1.6em 4px;
}
main {
  background: url(../images/main-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-color: #f0f2f3;
  padding-bottom: 4.166667%;
}
.main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-wrapper aside {
  width: 21.66667%;
}
.main-wrapper aside .aside-title {
  background: url(../images/aside-title-bg.jpg) no-repeat;
  background-size: cover;
  height: 100px;
  padding: 6.15385% 0 0 9.23077%;
  border-radius: 8px 8px 0 0;
}
.main-wrapper aside .aside-title h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1.6;
}
.main-wrapper aside .aside-title h5 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  line-height: 1.8;
}
.main-wrapper aside ul li {
  position: relative;
  background-color: #fff;
  font-size: 18px;
  color: #303134;
  margin-bottom: 0.33333em;
  line-height: 1.6;
  padding: 0.61111em 1em 0.666667em 1.5em;
}
.main-wrapper aside ul li a {
  color: inherit;
  transition: all 0.5s;
}
.main-wrapper aside ul li a:hover {
  color: #116ebb;
}
.main-wrapper aside ul .active {
  color: #116ebb;
}
.main-wrapper aside ul .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 1.4444em;
  background-color: #116ebb;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.main-wrapper .content-wrapper {
  width: 75%;
  background-color: #fff;
  border-radius: 8px;
  padding: 3.333333%;
}
.main-wrapper .content-wrapper .article-title {
  text-align: center;
  border-bottom: 1px solid #f5f6f7;
  padding-bottom: 2.439%;
  margin-bottom: 6.5854%;
}
.main-wrapper .content-wrapper .article-title h3 {
  font-size: 22px;
  color: #116ebb;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.82927%;
}
.main-wrapper .content-wrapper .article-title h5 {
  font-size: 16px;
  color: #b1b5b8;
}
.main-wrapper .content-wrapper article {
  font-size: 18px;
  color: #696c6f;
  line-height: 1.6667;
}
.main-wrapper .content-wrapper article h5 {
  font-size: 16px;
  color: #e50808;
  margin-bottom: 0.5em;
}
.main-wrapper .content-wrapper article h4 {
  font-size: 18px;
  font-weight: 700;
  color: #116ebb;
  margin-bottom: 0.3889em;
}
.main-wrapper .content-wrapper article img {
  margin: 4.14634% 0;
}
.main-wrapper .content-wrapper .article-tab {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f5f6f7;
  padding-top: 3.04878%;
  margin-top: 5.4878%;
}
.main-wrapper .content-wrapper .article-tab .lt {
  flex: 1;
  margin-right: 3%;
}
.main-wrapper .content-wrapper .article-tab .lt p {
  font-size: 18px;
  color: #5b5d60;
  line-height: 1.6;
  margin-bottom: 1.1111em;
}
.main-wrapper .content-wrapper .article-tab .lt p a {
  color: inherit;
  transition: all 0.5s;
}
.main-wrapper .content-wrapper .article-tab .lt p a:hover {
  color: #116ebb;
}
.main-wrapper .content-wrapper .article-tab .rt a {
  color: #5b5d60;
  font-size: 18px;
  transition: all 0.5s;
}
.main-wrapper .content-wrapper .article-tab .rt a img {
  margin-top: -0.3em;
}
.main-wrapper .content-wrapper .article-tab .rt a:hover {
  color: #116ebb;
}
.main-wrapper .content-wrapper .inner-title {
  border-bottom: 2px solid #f5f6f7;
  margin-bottom: 4.87805%;
}
.main-wrapper .content-wrapper .inner-title h3 {
  font-size: 22px;
  color: #116ebb;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
.main-wrapper .content-wrapper .inner-title h3::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #116ebb;
}
.main-wrapper .content-wrapper .related-content {
  margin-top: 1.8293%;
}
.bread-crumb {
  font-size: 20px;
  color: #303134;
  line-height: 1.6667;
  padding: 1.1em 0 1.8em;
}
.bread-crumb a {
  color: inherit;
}
.bread-crumb a:last-child {
  color: #116ebb;
}
.bread-crumb a:hover {
  text-decoration: underline !important;
}
.service-list .content-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-list .content-wrapper .block {
  position: relative;
  overflow: hidden;
  width: 31.70732%;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(35, 35, 35, 0.09);
  border-radius: 4px;
  margin-bottom: 2.439%;
  transition: all 0.5s;
}
.service-list .content-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.9231%;
}
.service-list .content-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.service-list .content-wrapper .block .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  color: #2a2c2f;
  transition: all 0.5s;
  min-height: 3.5em;
  padding: 0.5em;
}
.service-list .content-wrapper .block .title a {
  color: inherit;
}
.service-list .content-wrapper .block:hover {
  background-color: #116ebb;
  transform: translateY(-3px);
  box-shadow: 0 2px 15px rgba(35, 35, 35, 0.8);
}
.service-list .content-wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.service-list .content-wrapper .block:hover .title {
  color: #fff;
}
.news-list .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e8ea;
  padding-bottom: 3.65854%;
  margin-bottom: 3.65854%;
}
.news-list .row .date {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #116ebb;
  font-family: var(--Din);
  background-color: #f0f2f3;
  margin-right: 20px;
}
.news-list .row .date h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.news-list .row .date h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.news-list .row .title {
  flex: 1;
}
.news-list .row .title h4 {
  font-size: 22px;
  color: #303134;
  line-height: 1.36364;
  margin-bottom: 0.545455em;
}
.news-list .row .title h4 a {
  color: inherit;
}
.news-list .row .title p {
  font-size: 18px;
  color: #696c6f;
  line-height: 1.44444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .row .title p a {
  color: inherit;
}
.recruit-list {
  width: 100% !important;
}
.recruit-list .row {
  box-shadow: 0 0 32px rgba(35, 35, 35, 0.11);
  border-radius: 4px;
  margin-bottom: 1.7857143%;
  padding: 1.875% 2.6786% 3.57143%;
}
.recruit-list .row .title {
  font-size: 22px;
  color: #116ebb;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.3182em;
}
.recruit-list .row .require {
  margin-bottom: 2.54717%;
}
.recruit-list .row .require span {
  display: inline-block;
  font-size: 14px;
  color: #85878a;
  line-height: 1.6;
}
.recruit-list .row .require span::after {
  display: inline-block;
  width: 1px;
  height: 0.857143em;
  content: "";
  background-color: #dbddde;
  margin: 0 1.4286em;
}
.recruit-list .row .require span:last-child::after {
  display: none;
}
.recruit-list .row .brief {
  font-size: 16px;
  color: #4e5153;
  line-height: 1.625;
}
.recruit-list .row .brief h4 {
  font-size: 18px;
  color: #2a2c2f;
  font-weight: 700;
  margin-bottom: 0.3889em;
}
.recruit-list .row .send {
  display: inline-block;
  background-color: #116ebb;
  color: #fff;
  transition: all 0.5s;
  padding: 0 1.4286em;
  line-height: 3;
  border-radius: 4px;
  margin-top: 4.2453%;
}
.recruit-list .row .send:hover {
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(46, 46, 46, 0.3);
}
/*.case-list .wrapper .block .title {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
.case-list .wrapper .block:hover {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(46, 46, 46, 0.3);
}
.case-list .wrapper .block:hover .title {
  color: #116ebb;
}
.contact-info .logo {
  margin-bottom: 5.122%;
}
.contact-info .contact-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-info .contact-wrapper .block {
  width: 30%;
  margin-bottom: 5.73171%;
}
.contact-info .contact-wrapper .block .icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #116ebb;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 14px;
}
.contact-info .contact-wrapper .block .icon img {
  max-width: 70%;
  max-height: 70%;
}
.contact-info .contact-wrapper .block h4 {
  font-size: 20px;
  color: #2a2c2f;
  font-weight: 700;
  margin-bottom: 0.85em;
}
.contact-info .contact-wrapper .block h2 {
  font-size: 30px;
  font-weight: 700;
  color: #116ebb;
  font-family: var(--Din);
  line-height: 1.6;
}
.contact-info .contact-wrapper .block h3 {
  font-size: 24px;
  font-weight: 700;
  color: #116ebb;
  font-family: var(--Din);
  line-height: 1.8;
}
.contact-info .contact-wrapper .block h5 {
  font-size: 16px;
  font-weight: 700;
  color: #116ebb;
  line-height: 1.8;
  font-family: var(--Noto-Sans-SC);
}
.contact-info .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.097561%;
}
.contact-info .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-msg form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact-msg form .row .col {
  width: 46.3415%;
  margin-bottom: 3.65854%;
}
.contact-msg form h5 {
  font-size: 16px;
  color: #2a2c2f;
  margin-bottom: 0.375em;
}
.contact-msg form .input-item {
  position: relative;
  width: 100%;
}
.contact-msg form .input-item::before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/msg-icon1.png) no-repeat;
  background-size: auto;
  background-position: center;
  transition: all 0.5s;
  filter: contrast(0);
  opacity: 0.3;
}
.contact-msg form #tel-item::before {
  background-image: url(../images/msg-icon2.png);
}
.contact-msg form #email-item::before {
  background-image: url(../images/msg-icon3.png);
}
.contact-msg form #address-item::before {
  background-image: url(../images/msg-icon4.png);
}
.contact-msg form .textarea-item {
  position: relative;
  width: 100%;
}
.contact-msg form .textarea-item::before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  transform: translate(0, 0);
  background: url(../images/msg-icon5.png) no-repeat;
  background-size: auto;
  background-position: center;
  transition: all 0.5s;
  filter: contrast(0);
  opacity: 0.3;
}
.contact-msg form .active::before {
  filter: contrast(1);
  opacity: 1;
}
.contact-msg form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #2a2c2f;
  border: 1px solid #e2e4e5;
  border-radius: 4px;
  outline: none;
  transition: all 0.5s;
  padding: 0 1em 0 36px;
}
.contact-msg form input::placeholder {
  color: #a5a7a9;
  transition: all 0.5s;
}
.contact-msg form input:focus {
  border-color: #116ebb;
}
.contact-msg form input:focus::placeholder {
  color: #2a2c2f;
}
.contact-msg form textarea {
  width: 100%;
  height: 160px;
  font-size: 14px;
  color: #2a2c2f;
  border: 1px solid #e2e4e5;
  border-radius: 4px;
  outline: none;
  transition: all 0.5s;
  padding: 12px 1em 12px 36px;
}
.contact-msg form textarea::placeholder {
  color: #a5a7a9;
  transition: all 0.5s;
}
.contact-msg form textarea:focus {
  border-color: #116ebb;
}
.contact-msg form textarea:focus::placeholder {
  color: #2a2c2f;
}
.contact-msg form button {
  display: block;
  margin: 6.097561% auto 2.073171%;
  width: 240px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  background-color: #116ebb;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
}
.contact-msg form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 15px rgba(46, 46, 46, 0.3);
}
.training-list .wrapper .block {
  margin-bottom: 4.63415%;
}
.training-list .wrapper .block .pic {
  padding-bottom: 80.769231%;
}
.training-list .wrapper .block .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #116ebb;
  color: #fff;
  min-height: 2.4em;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.training-list .box {
  margin-top: 2px;
}
.culture-list .wrapper .block {
  position: relative;
}
.culture-list .wrapper .block .mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 110, 187, 0.4);
}
.culture-list .wrapper .block .mask .text {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.culture-list .wrapper .block .mask .icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.culture-list .wrapper .block .mask h5 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 0.4444em;
}
.culture-list .wrapper .block:hover .mask .text {
  bottom: 50%;
  transform: translate(-50%, 55%);
}
.honor-list .wrapper .block {
  margin-bottom: 2.682927%;
}
.honor-list .wrapper .block .pic {
  padding-bottom: 138.46154%;
}
.honor-list .wrapper .block .pic img {
  object-fit: contain;
}
.honor-list .wrapper .block:hover {
  background-color: #fff;
}
.honor-list .wrapper .block:hover .pic img {
  transform: scale(1);
}
.tech-list {
  margin-top: 8.5366%;
}
.tech-list .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6.95122%;
}
.tech-list .row .lt {
  position: relative;
  width: 62.439%;
  padding: 4.390244% 0 4.87805% 6.097561%;
  min-height: 215px;
  transition: all 0.5s;
}
.tech-list .row .lt::after {
  display: block;
  position: absolute;
  content: "";
  border: 4px solid #e7eaec;
  height: 100%;
  width: 131.37255%;
  top: 0;
  left: 15px;
  z-index: 0;
  box-sizing: border-box;
}
.tech-list .row .lt .num {
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 90px;
  font-family: var(--Din);
  font-weight: 700;
  font-style: italic;
  color: #116ebb;
  background-color: #fff;
  z-index: 1;
  transform: translate(-30%, -50%);
  padding-right: 0.15em;
}
.tech-list .row .lt .title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  color: #116ebb;
  line-height: 1.6;
  margin-bottom: 0.54167em;
}
.tech-list .row .lt .brief {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #5c5e60;
  line-height: 1.6667;
}
.tech-list .row .rt {
  width: 35.365854%;
}
.tech-list .row .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 53.4483%;
}
.tech-list .row .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.tech-list .row:hover .lt {
  transform: translateX(-5px);
}
.tech-list .row:hover .rt .pic img {
  transform: scale(1.05);
}
.party-worker-union .row {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  border-bottom: 1px dashed #e5e8ea;
  padding-bottom: 1.8293%;
  margin-bottom: 1.70732%;
}
.party-worker-union .row p {
  position: relative;
  padding-left: 0.833333em;
  font-size: 18px;
  color: #3e4042;
}
.party-worker-union .row p a {
  color: inherit;
}
.party-worker-union .row p::before {
  position: absolute;
  left: 0;
  top: 0.66em;
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0.3333333em;
  height: 0.3333333em;
  background-color: #116ebb;
}
.party-worker-union .row p:hover {
  color: #116ebb;
}
.party-worker-union .row .date {
  font-size: 18px;
  color: #86888b;
  white-space: nowrap;
  margin-left: 0.5em;
}
</pre></body></html>